Skip to content

gh-155433: Fix TaskGroup losing outside cancellation after cancel() - #155439

Merged
kumaraditya303 merged 3 commits into
python:mainfrom
deadlovelll:gh-155433-tg-swallow
Aug 23, 2026
Merged

gh-155433: Fix TaskGroup losing outside cancellation after cancel()#155439
kumaraditya303 merged 3 commits into
python:mainfrom
deadlovelll:gh-155433-tg-swallow

Conversation

@deadlovelll

Copy link
Copy Markdown
Contributor

Fix TaskGroup losing outside cancellation after cancel()

For more details see gh-155433

Comment thread Lib/asyncio/taskgroups.py Outdated
Comment thread Lib/test/test_asyncio/test_taskgroups.py
@kumaraditya303
kumaraditya303 merged commit ee23046 into python:main Aug 23, 2026
55 checks passed
@kumaraditya303 kumaraditya303 added the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Sep 11, 2026
@miss-islington-app

Copy link
Copy Markdown

Thanks @deadlovelll for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Sorry, @deadlovelll and @kumaraditya303, I could not cleanly backport this to 3.15 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker ee23046d64a4bd78a5a02a4a1b3afa80b60a64fa 3.15

@deadlovelll

Copy link
Copy Markdown
Contributor Author

Sorry, @deadlovelll and @kumaraditya303, I could not cleanly backport this to 3.15 due to a conflict. Please backport using cherry_picker on command line.

cherry_picker ee23046d64a4bd78a5a02a4a1b3afa80b60a64fa 3.15

I'll take a look in a couple of hours

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs backport to 3.15 pre-release feature fixes, bugs and security fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants